(Bug 38439) Attempt on fixing the suicidal LangObjCache
authorjeblad <john.blad@wikimedia.de>
Sun, 25 Nov 2012 23:01:24 +0000 (00:01 +0100)
committerjeblad <john.blad@wikimedia.de>
Wed, 28 Nov 2012 09:10:33 +0000 (10:10 +0100)
commit121cf60119814bdfc3a30af37510758c0c6c3c7c
treef50836c7363ca5d0e99e22c80b0f4018d025e40a
parent289c4079577a676bff59a91d5b6e5bccc7d487d3
(Bug 38439) Attempt on fixing the suicidal LangObjCache

This replaces the suicide of LangObjCache and replaces it with a
LRU of configurable length.

The patch seems to be functional when I dumped some debug info.

Patchset 2: Updated commit message, reformatted a few lines.
Patchset 3: Removed the "do not merge"

Change-Id: Iee2c796a0c4dd491e31425e04121a1bf0554d7c9
includes/DefaultSettings.php
languages/Language.php